home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 52.8 KB | 1,807 lines |
- ;GIL-3
- (
- (
- :type :menu
- :name fileMenu
- :help ""
- :columns 1
- :menu-type :command
- :menu-handler nil
- :menu-title "Document"
- :menu-item-labels ("Open Edit List..." "Save Edit List..." "Save Edit List As..." "New document to annotate..." "Info about QuoteMaker..." "Quit" )
- :menu-item-label-types (:string :string :string :string :string :string )
- :menu-item-states (:active :active :active :active :active :active )
- :menu-item-defaults (nil nil nil nil nil nil )
- :initial-selections (nil nil nil nil nil nil )
- :menu-item-handlers (ShowOpenEditListPopup SaveEditListHandler SaveEditListAsHandler NewDocumentToAnnotateHandler Info Quit )
- :menu-item-menus (nil nil nil nil nil nil )
- :menu-item-colors ("" "" "" "" "" "" )
- :pinnable t
- :user-data ()
- :actions (
- (
- :from (fileMenu "Open Edit List...")
- :when (Notify )
- :to (fileMenu "Open Edit List...")
- :function_type CallFunction
- :arg_type ()
- :action (ShowOpenEditListPopup)
- )
- (
- :from (fileMenu "Save Edit List...")
- :when (Notify )
- :to (fileMenu "Save Edit List...")
- :function_type CallFunction
- :arg_type ()
- :action (SaveEditListHandler)
- )
- (
- :from (fileMenu "Save Edit List As...")
- :when (Notify )
- :to (fileMenu "Save Edit List As...")
- :function_type CallFunction
- :arg_type ()
- :action (SaveEditListAsHandler)
- )
- (
- :from (fileMenu "New document to annotate...")
- :when (Notify )
- :to (fileMenu "New document to annotate...")
- :function_type CallFunction
- :arg_type ()
- :action (NewDocumentToAnnotateHandler)
- )
- (
- :from (fileMenu "Info about QuoteMaker...")
- :when (Notify )
- :to (fileMenu "Info about QuoteMaker...")
- :function_type CallFunction
- :arg_type ()
- :action (Info)
- )
- (
- :from (fileMenu "Quit")
- :when (Notify )
- :to (fileMenu "Quit")
- :function_type CallFunction
- :arg_type ()
- :action (Quit)
- )
- )
- )
- (
- :type :menu
- :name OptionsMenu
- :help ""
- :columns 1
- :menu-type :command
- :menu-handler nil
- :menu-title ""
- :menu-item-labels ("Show Text Window" "Quote Window Options ..." )
- :menu-item-label-types (:string :string )
- :menu-item-states (:active :active )
- :menu-item-defaults (nil nil )
- :initial-selections (nil nil )
- :menu-item-handlers (ShowTextWindowHandler ShowQuoteWindowSpecificationsPanelHandler )
- :menu-item-menus (nil nil )
- :menu-item-colors ("" "" )
- :pinnable t
- :user-data ()
- :actions (
- (
- :from (OptionsMenu "Show Text Window")
- :when (Notify )
- :to (OptionsMenu "Show Text Window")
- :function_type CallFunction
- :arg_type ()
- :action (ShowTextWindowHandler)
- )
- (
- :from (OptionsMenu "Quote Window Options ...")
- :when (Notify )
- :to (OptionsMenu "Quote Window Options ...")
- :function_type CallFunction
- :arg_type ()
- :action (ShowQuoteWindowSpecificationsPanelHandler)
- )
- )
- )
- (
- :type :base-window
- :name baseWindow
- :owner nil
- :width 501
- :height 665
- :background-color "light gray"
- :foreground-color ""
- :label "QuoteMaker"
- :label-type :string
- :initial-state :open
- :show-footer t
- :resizable t
- :icon-file "./icons/QuoteMaker.icon"
- :icon-label ""
- :icon-mask-file ""
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name editListControlPanel
- :owner baseWindow
- :help ""
- :x 14
- :y 16
- :width 471
- :height 298
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name fileMenuButton
- :owner editListControlPanel
- :help ""
- :x 29
- :y 14
- :width 94
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Document"
- :label-type :string
- :initial-state :active
- :menu fileMenu
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name OptionsButton
- :owner editListControlPanel
- :help ""
- :x 150
- :y 14
- :width 80
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Options"
- :label-type :string
- :initial-state :active
- :menu OptionsMenu
- :notify-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name docLabel
- :owner editListControlPanel
- :help ""
- :x 30
- :y 43
- :width 86
- :height 13
- :foreground-color "black"
- :label "Source Text :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name docNameLabel
- :owner editListControlPanel
- :help ""
- :x 124
- :y 44
- :width 87
- :height 13
- :foreground-color "black"
- :label "None Loaded"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name editListLabel
- :owner editListControlPanel
- :help ""
- :x 30
- :y 63
- :width 75
- :height 13
- :foreground-color "black"
- :label "Edit List :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name editListNameLabel
- :owner editListControlPanel
- :help ""
- :x 124
- :y 63
- :width 55
- :height 13
- :foreground-color "black"
- :label "Untitled"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name editListColumnNamesLabel
- :owner editListControlPanel
- :help ""
- :x 32
- :y 87
- :width 406
- :height 13
- :foreground-color "black"
- :label "Edit # Label Duration Hide Window After Play"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :scrolling-list
- :name editListScrolledList
- :owner editListControlPanel
- :help ""
- :x 22
- :y 111
- :width 410
- :height 164
- :value-x 22
- :value-y 111
- :rows 8
- :foreground-color ""
- :label ""
- :title ""
- :label-type :string
- :layout-type :horizontal
- :read-only t
- :multiple-selections nil
- :selection-required t
- :initial-state :active
- :droppable nil
- :default-drop-site nil
- :menu nil
- :notify-handler DumpEntry
- :event-handler nil
- :initial-list-values ()
- :initial-list-glyphs ()
- :initial-selections ()
- :user-data ()
- :actions (
- (
- :from (baseWindow editListScrolledList)
- :when (Notify )
- :to (baseWindow editListScrolledList)
- :function_type CallFunction
- :arg_type ()
- :action (DumpEntry)
- )
- )
- )
- (
- :type :control-area
- :name PreviewControl
- :owner baseWindow
- :help ""
- :x 14
- :y 323
- :width 471
- :height 83
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name PreviewPanelMessage
- :owner PreviewControl
- :help ""
- :x 196
- :y 12
- :width 96
- :height 13
- :foreground-color "black"
- :label "Preview Panel"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name PauseButton
- :owner PreviewControl
- :help ""
- :x 28
- :y 28
- :width 42
- :height 42
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "icons/pause.icon"
- :label-type :glyph
- :initial-state :active
- :menu nil
- :notify-handler PauseButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow PauseButton)
- :when (Notify )
- :to (baseWindow PauseButton)
- :function_type CallFunction
- :arg_type ()
- :action (PauseButtonHandler)
- )
- )
- )
- (
- :type :button
- :name StopButton
- :owner PreviewControl
- :help ""
- :x 92
- :y 28
- :width 42
- :height 42
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "icons/stop.icon"
- :label-type :glyph
- :initial-state :active
- :menu nil
- :notify-handler StopButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow StopButton)
- :when (Notify )
- :to (baseWindow StopButton)
- :function_type CallFunction
- :arg_type ()
- :action (StopButtonHandler)
- )
- )
- )
- (
- :type :button
- :name PlayButton
- :owner PreviewControl
- :help ""
- :x 156
- :y 28
- :width 42
- :height 42
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "icons/play.icon"
- :label-type :glyph
- :initial-state :active
- :menu nil
- :notify-handler PlayButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow PlayButton)
- :when (Notify )
- :to (baseWindow PlayButton)
- :function_type CallFunction
- :arg_type ()
- :action (PlayButtonHandler)
- )
- )
- )
- (
- :type :gauge
- :name DurationGauge
- :owner PreviewControl
- :help ""
- :x 232
- :y 36
- :width 221
- :height 13
- :value-x 307
- :value-y 36
- :slider-width 130
- :ticks 0
- :foreground-color ""
- :label "Duration :"
- :label-type :string
- :layout-type :horizontal
- :orientation :horizontal
- :show-range nil
- :min-value 0
- :max-value 100
- :min-tick-string ""
- :max-tick-string ""
- :initial-value 0
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name StartTimeMessage
- :owner PreviewControl
- :help ""
- :x 304
- :y 56
- :width 27
- :height 13
- :foreground-color ""
- :label "0:00"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name EndTimeMessage
- :owner PreviewControl
- :help ""
- :x 424
- :y 56
- :width 27
- :height 13
- :foreground-color ""
- :label "0:00"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name selectionControlPanellist2
- :owner baseWindow
- :help ""
- :x 14
- :y 415
- :width 471
- :height 230
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name currentSelectionLabel
- :owner selectionControlPanellist2
- :help ""
- :x 36
- :y 16
- :width 122
- :height 13
- :foreground-color "black"
- :label "Current Selection:"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name currentSelectionNumberLabel
- :owner selectionControlPanellist2
- :help ""
- :x 168
- :y 16
- :width 59
- :height 13
- :foreground-color "black"
- :label "New Edit"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name numEditsLabel
- :owner selectionControlPanellist2
- :help ""
- :x 292
- :y 16
- :width 126
- :height 13
- :foreground-color "black"
- :label "Number of Edits: 0"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name showSelectionButton
- :owner selectionControlPanellist2
- :help ""
- :x 270
- :y 51
- :width 167
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Set Selection"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler ShowSelection
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow showSelectionButton)
- :when (Notify )
- :to (baseWindow showSelectionButton)
- :function_type CallFunction
- :arg_type ()
- :action (ShowSelection)
- )
- )
- )
- (
- :type :message
- :name selectionLabelLabel
- :owner selectionControlPanellist2
- :help ""
- :x 32
- :y 52
- :width 38
- :height 13
- :foreground-color "black"
- :label "Label"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name selectionLabelField
- :owner selectionControlPanellist2
- :help ""
- :x 76
- :y 52
- :width 160
- :height 15
- :value-x 76
- :value-y 52
- :value-length 20
- :stored-length 20
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label ""
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler TextFieldAddSelection
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow selectionLabelField)
- :when (Notify )
- :to (baseWindow selectionLabelField)
- :function_type CallFunction
- :arg_type ()
- :action (TextFieldAddSelection)
- )
- )
- )
- (
- :type :message
- :name Duration
- :owner selectionControlPanellist2
- :help ""
- :x 31
- :y 75
- :width 60
- :height 13
- :foreground-color "black"
- :label "Duration"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name DurationMinsTextField
- :owner selectionControlPanellist2
- :help ""
- :x 107
- :y 75
- :width 36
- :height 15
- :value-x 107
- :value-y 75
- :value-length 3
- :stored-length 80
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label ""
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler DurationMinsTextFieldHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow DurationMinsTextField)
- :when (Notify )
- :to (baseWindow DurationMinsTextField)
- :function_type CallFunction
- :arg_type ()
- :action (DurationMinsTextFieldHandler)
- )
- )
- )
- (
- :type :message
- :name Minutes
- :owner selectionControlPanellist2
- :help ""
- :x 160
- :y 75
- :width 15
- :height 13
- :foreground-color "black"
- :label "m."
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-field
- :name DurationSecsTextField
- :owner selectionControlPanellist2
- :help ""
- :x 182
- :y 75
- :width 36
- :height 15
- :value-x 182
- :value-y 75
- :value-length 4
- :stored-length 80
- :rows 3
- :foreground-color ""
- :text-type :alphanumeric
- :label ""
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :initial-value ""
- :initial-state :active
- :read-only nil
- :notify-handler DurationSecsTextFieldHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow DurationSecsTextField)
- :when (Notify )
- :to (baseWindow DurationSecsTextField)
- :function_type CallFunction
- :arg_type ()
- :action (DurationSecsTextFieldHandler)
- )
- )
- )
- (
- :type :message
- :name Seconds
- :owner selectionControlPanellist2
- :help ""
- :x 234
- :y 75
- :width 9
- :height 13
- :foreground-color "black"
- :label "s."
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name ShowQuoteWindowButton
- :owner selectionControlPanellist2
- :help ""
- :x 269
- :y 80
- :width 167
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Show Quote Window"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler ShowQuoteWindowButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow ShowQuoteWindowButton)
- :when (Notify )
- :to (baseWindow ShowQuoteWindowButton)
- :function_type CallFunction
- :arg_type ()
- :action (ShowQuoteWindowButtonHandler)
- )
- )
- )
- (
- :type :button
- :name EstimateDurationButton
- :owner selectionControlPanellist2
- :help ""
- :x 112
- :y 100
- :width 128
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label "Estimate Duration"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler EstimateDurationNotifyHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow EstimateDurationButton)
- :when (Notify )
- :to (baseWindow EstimateDurationButton)
- :function_type CallFunction
- :arg_type ()
- :action (EstimateDurationNotifyHandler)
- )
- )
- )
- (
- :type :button
- :name HideQuoteWindowButton
- :owner selectionControlPanellist2
- :help ""
- :x 269
- :y 109
- :width 167
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Hide Quote Window"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler HideQuoteWindowButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow HideQuoteWindowButton)
- :when (Notify )
- :to (baseWindow HideQuoteWindowButton)
- :function_type CallFunction
- :arg_type ()
- :action (HideQuoteWindowButtonHandler)
- )
- )
- )
- (
- :type :message
- :name HIdeQuoteWindowAfterPlayingEditMessage1
- :owner selectionControlPanellist2
- :help ""
- :x 16
- :y 128
- :width 133
- :height 13
- :foreground-color "black"
- :label "Hide Quote Window"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :setting
- :name HideQuoteWindowAfterPlayingEditSetting
- :owner selectionControlPanellist2
- :help ""
- :x 160
- :y 132
- :width 73
- :height 23
- :value-x 160
- :value-y 132
- :rows 1
- :columns 0
- :layout-type :horizontal
- :foreground-color ""
- :setting-type :exclusive
- :selection-required t
- :label ""
- :label-type :string
- :notify-handler HideQuoteWindowAfterPlayingEditSettingHandler
- :event-handler nil
- :choices ("NO" "YES" )
- :choice-label-types (:string :string )
- :choice-colors ("" "" )
- :initial-selections (nil nil )
- :initial-state :active
- :user-data ()
- :actions (
- (
- :from (baseWindow HideQuoteWindowAfterPlayingEditSetting)
- :when (Notify )
- :to (baseWindow HideQuoteWindowAfterPlayingEditSetting)
- :function_type CallFunction
- :arg_type ()
- :action (HideQuoteWindowAfterPlayingEditSettingHandler)
- )
- )
- )
- (
- :type :button
- :name IconifyQuoteWindowButton
- :owner selectionControlPanellist2
- :help ""
- :x 269
- :y 138
- :width 167
- :height 19
- :constant-width t
- :button-type :normal
- :foreground-color ""
- :label " Iconify Quote Window"
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler IconifyQuoteWindowButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow IconifyQuoteWindowButton)
- :when (Notify )
- :to (baseWindow IconifyQuoteWindowButton)
- :function_type CallFunction
- :arg_type ()
- :action (IconifyQuoteWindowButtonHandler)
- )
- )
- )
- (
- :type :message
- :name HideQuoteWindowAfterPlayingEditMessage2
- :owner selectionControlPanellist2
- :help ""
- :x 20
- :y 144
- :width 119
- :height 13
- :foreground-color "black"
- :label "After Playing Edit"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name addButton
- :owner selectionControlPanellist2
- :help ""
- :x 32
- :y 184
- :width 90
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Add "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler AddSelection
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow addButton)
- :when (Notify )
- :to (baseWindow addButton)
- :function_type CallFunction
- :arg_type ()
- :action (AddSelection)
- )
- )
- )
- (
- :type :button
- :name modifyButton
- :owner selectionControlPanellist2
- :help ""
- :x 130
- :y 184
- :width 102
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Update Edit "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler ModifySelection
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow modifyButton)
- :when (Notify )
- :to (baseWindow modifyButton)
- :function_type CallFunction
- :arg_type ()
- :action (ModifySelection)
- )
- )
- )
- (
- :type :button
- :name deleteButton
- :owner selectionControlPanellist2
- :help ""
- :x 240
- :y 184
- :width 89
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Delete "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler DeleteSelection
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow deleteButton)
- :when (Notify )
- :to (baseWindow deleteButton)
- :function_type CallFunction
- :arg_type ()
- :action (DeleteSelection)
- )
- )
- )
- (
- :type :button
- :name deleteAllButton
- :owner selectionControlPanellist2
- :help ""
- :x 337
- :y 184
- :width 85
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Delete All "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler DeleteAllSelections
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (baseWindow deleteAllButton)
- :when (Notify )
- :to (baseWindow deleteAllButton)
- :function_type CallFunction
- :arg_type ()
- :action (DeleteAllSelections)
- )
- )
- )
- (
- :type :popup-window
- :name infoPopup
- :owner baseWindow
- :width 500
- :height 316
- :background-color "light gray"
- :foreground-color ""
- :label "QuoteMaker Info"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable t
- :pinned nil
- :done-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name infoControlPanel
- :owner infoPopup
- :help ""
- :x 15
- :y 15
- :width 472
- :height 285
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appNameMessage
- :owner infoControlPanel
- :help ""
- :x 192
- :y 20
- :width 83
- :height 13
- :foreground-color ""
- :label "QuoteMaker"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appVersionMessage
- :owner infoControlPanel
- :help ""
- :x 200
- :y 40
- :width 76
- :height 13
- :foreground-color ""
- :label "Version 2.13"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appDescriptionMessage
- :owner infoControlPanel
- :help ""
- :x 112
- :y 70
- :width 247
- :height 13
- :foreground-color ""
- :label "Text annotation application for use with"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name appDescription2Message
- :owner infoControlPanel
- :help ""
- :x 80
- :y 90
- :width 293
- :height 13
- :foreground-color ""
- :label "the MAEstro Multimedia Authoring Environment"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name developerMessage
- :owner infoControlPanel
- :help ""
- :x 168
- :y 122
- :width 143
- :height 13
- :foreground-color ""
- :label "Developed by Derek Lai"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name modsMessage
- :owner infoControlPanel
- :help ""
- :x 28
- :y 142
- :width 416
- :height 13
- :foreground-color ""
- :label "(based on an application written by Al Sargent and George Drapeau)"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyrightMessage
- :owner infoControlPanel
- :help ""
- :x 8
- :y 168
- :width 457
- :height 13
- :foreground-color ""
- :label "Copyright (C) 1990, 1991, 1992 Libraries and Information Resources (L&IR)"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyright2Message
- :owner infoControlPanel
- :help ""
- :x 176
- :y 194
- :width 118
- :height 13
- :foreground-color ""
- :label "Stanford University"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name copyright3Message
- :owner infoControlPanel
- :help ""
- :x 176
- :y 214
- :width 119
- :height 13
- :foreground-color ""
- :label "Stanford, California"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name moreInfoMessage
- :owner infoControlPanel
- :help ""
- :x 84
- :y 246
- :width 309
- :height 13
- :foreground-color ""
- :label "For more info, contact maestro@sioux.stanford.edu"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :popup-window
- :name textWindowPopup
- :owner baseWindow
- :width 600
- :height 565
- :background-color ""
- :foreground-color ""
- :label "QuoteMaker: No Current Document"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable t
- :pinned nil
- :done-handler nil
- :event-handler TextWindowPopupEventHandler
- :user-data ()
- :actions (
- (
- :from (textWindowPopup)
- :when (AnyEvent )
- :to (textWindowPopup)
- :function_type CallFunction
- :arg_type ()
- :action (TextWindowPopupEventHandler)
- )
- )
- )
- (
- :type :text-pane
- :name mainTextPane
- :owner textWindowPopup
- :help ""
- :x 0
- :y 0
- :width 600
- :height 565
- :background-color "white"
- :foreground-color "black"
- :initial-state :visible
- :show-border t
- :read-only t
- :event-handler TextPaneEventHandler
- :user-data ()
- :actions (
- (
- :from (textWindowPopup mainTextPane)
- :when (AnyEvent )
- :to (textWindowPopup mainTextPane)
- :function_type CallFunction
- :arg_type ()
- :action (TextPaneEventHandler)
- )
- )
- )
- (
- :type :popup-window
- :name QuoteWindowSpecificationsPopup
- :owner baseWindow
- :width 400
- :height 402
- :background-color "Light Gray"
- :foreground-color ""
- :label "Quote Window Specifications Panel"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable t
- :pinned nil
- :done-handler nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name controls7
- :owner QuoteWindowSpecificationsPopup
- :help ""
- :x 12
- :y 12
- :width 376
- :height 48
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name EditNumberColonMessage
- :owner controls7
- :help ""
- :x 36
- :y 17
- :width 92
- :height 13
- :foreground-color ""
- :label "Edit Number :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name EditNumberMessage
- :owner controls7
- :help ""
- :x 156
- :y 17
- :width 31
- :height 13
- :foreground-color ""
- :label "None"
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name controls5
- :owner QuoteWindowSpecificationsPopup
- :help ""
- :x 12
- :y 73
- :width 376
- :height 47
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name LocationLabelMessage
- :owner controls5
- :help ""
- :x 36
- :y 16
- :width 65
- :height 13
- :foreground-color ""
- :label "Location :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name LocationMessage
- :owner controls5
- :help ""
- :x 112
- :y 16
- :width 0
- :height 0
- :foreground-color ""
- :label ""
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name SizeLabelMessage
- :owner controls5
- :help ""
- :x 216
- :y 16
- :width 35
- :height 13
- :foreground-color ""
- :label "Size :"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name SizeMessage
- :owner controls5
- :help ""
- :x 260
- :y 16
- :width 0
- :height 0
- :foreground-color ""
- :label ""
- :label-type :string
- :label-bold nil
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :control-area
- :name controls8
- :owner QuoteWindowSpecificationsPopup
- :help ""
- :x 12
- :y 134
- :width 376
- :height 193
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name FontFamilyHeaderMessage
- :owner controls8
- :help ""
- :x 60
- :y 14
- :width 79
- :height 13
- :foreground-color ""
- :label "Font Family"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :message
- :name FontStyleHeaderMessage
- :owner controls8
- :help ""
- :x 240
- :y 14
- :width 67
- :height 13
- :foreground-color ""
- :label "Font Style"
- :label-type :string
- :label-bold t
- :initial-state :active
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :scrolling-list
- :name FontFamilyList
- :owner controls8
- :help ""
- :x 20
- :y 35
- :width 135
- :height 110
- :value-x 20
- :value-y 35
- :rows 5
- :foreground-color ""
- :label ""
- :title ""
- :label-type :string
- :layout-type :horizontal
- :read-only t
- :multiple-selections nil
- :selection-required t
- :initial-state :active
- :droppable nil
- :default-drop-site nil
- :menu nil
- :notify-handler FontFamilyNotifyHandler
- :event-handler nil
- :initial-list-values ()
- :initial-list-glyphs ()
- :initial-selections ()
- :user-data ()
- :actions (
- (
- :from (QuoteWindowSpecificationsPopup FontFamilyList)
- :when (Notify )
- :to (QuoteWindowSpecificationsPopup FontFamilyList)
- :function_type CallFunction
- :arg_type ()
- :action (FontFamilyNotifyHandler)
- )
- )
- )
- (
- :type :scrolling-list
- :name FontStyleList
- :owner controls8
- :help ""
- :x 195
- :y 35
- :width 135
- :height 110
- :value-x 195
- :value-y 35
- :rows 5
- :foreground-color ""
- :label ""
- :title ""
- :label-type :string
- :layout-type :horizontal
- :read-only t
- :multiple-selections nil
- :selection-required t
- :initial-state :active
- :droppable nil
- :default-drop-site nil
- :menu nil
- :notify-handler FontStyleNotifyHandler
- :event-handler nil
- :initial-list-values ()
- :initial-list-glyphs ()
- :initial-selections ()
- :user-data ()
- :actions (
- (
- :from (QuoteWindowSpecificationsPopup FontStyleList)
- :when (Notify )
- :to (QuoteWindowSpecificationsPopup FontStyleList)
- :function_type CallFunction
- :arg_type ()
- :action (FontStyleNotifyHandler)
- )
- )
- )
- (
- :type :text-field
- :name FontSizeTextField
- :owner controls8
- :help ""
- :x 106
- :y 160
- :width 175
- :height 15
- :value-x 182
- :value-y 160
- :value-length 8
- :stored-length 80
- :rows 3
- :foreground-color ""
- :text-type :numeric
- :label "Font Size :"
- :label-type :string
- :layout-type :horizontal
- :value-underlined t
- :max-value 100
- :min-value 0
- :initial-value 0
- :initial-state :active
- :read-only nil
- :notify-handler FontSizeNotifyHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (QuoteWindowSpecificationsPopup FontSizeTextField)
- :when (Notify )
- :to (QuoteWindowSpecificationsPopup FontSizeTextField)
- :function_type CallFunction
- :arg_type ()
- :action (FontSizeNotifyHandler)
- )
- )
- )
- (
- :type :control-area
- :name controls6
- :owner QuoteWindowSpecificationsPopup
- :help ""
- :x 12
- :y 341
- :width 376
- :height 45
- :background-color "Light Gray"
- :foreground-color ""
- :initial-state :visible
- :show-border t
- :menu nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :button
- :name QTWSpecsDoneButton
- :owner controls6
- :help ""
- :x 153
- :y 12
- :width 73
- :height 19
- :constant-width nil
- :button-type :normal
- :foreground-color ""
- :label " Done "
- :label-type :string
- :initial-state :active
- :menu nil
- :notify-handler QTWSpecsDoneButtonHandler
- :event-handler nil
- :user-data ()
- :actions (
- (
- :from (QuoteWindowSpecificationsPopup QTWSpecsDoneButton)
- :when (Notify )
- :to (QuoteWindowSpecificationsPopup QTWSpecsDoneButton)
- :function_type CallFunction
- :arg_type ()
- :action (QTWSpecsDoneButtonHandler)
- )
- )
- )
- (
- :type :base-window
- :name quotedTextBaseWindow
- :owner nil
- :width 717
- :height 211
- :background-color ""
- :foreground-color ""
- :label "Quoted Text Window"
- :label-type :string
- :initial-state :invisible
- :show-footer t
- :resizable t
- :icon-file "./icons/QuotedTextWindow.icon"
- :icon-label ""
- :icon-mask-file ""
- :event-handler nil
- :user-data ()
- :actions ()
- )
- (
- :type :text-pane
- :name quotedTextPane
- :owner quotedTextBaseWindow
- :help ""
- :x 0
- :y 0
- :width 717
- :height 211
- :background-color "white"
- :foreground-color "black"
- :initial-state :visible
- :show-border t
- :read-only nil
- :event-handler nil
- :user-data ()
- :actions ()
- )
- )
-